Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use npx for cdk command and remove bootstrap arguments #667

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

konokenj
Copy link
Contributor

@konokenj konokenj commented Dec 27, 2024

Issue #, if available: N/A

Description of changes:

Use npx cdk instead of cdk. Instead of using the CDK CLI of the latest version installed globally by npm i -g aws-cdk,
use CDK CLI of the version explicitly specified in the project to avoid unexpected behavior.

Also, calling bootstrap without arguments can prevent users from forgetting to specify an environment and experiencing an error. CDK synthesizes the app and automatically bootstraps all environments included in it.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@statefb
Copy link
Contributor

statefb commented Jan 8, 2025

@konokenj Thank you for pointing out the issues and PR! Is this review-ready? (The title has still WIP)

@konokenj konokenj changed the title WIP: fix: Use npx for cdk command and remove bootstrap arguments fix: Use npx for cdk command and remove bootstrap arguments Jan 8, 2025
@konokenj
Copy link
Contributor Author

konokenj commented Jan 8, 2025

@statefb Yes, I've tested build projects now.

Copy link
Contributor

@statefb statefb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@statefb statefb merged commit e24edba into aws-samples:v2 Jan 14, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants